vendor/golang.org/x/text/unicode/norm.nfkcTrie.lookupValue (method)
13 uses
vendor/golang.org/x/text/unicode/norm (current package)
tables15.0.0.go#L4512: return t.lookupValue(uint32(i), c1), 2
tables15.0.0.go#L4528: return t.lookupValue(uint32(i), c2), 3
tables15.0.0.go#L4550: return t.lookupValue(uint32(i), c3), 4
tables15.0.0.go#L4565: return t.lookupValue(uint32(i), s[1])
tables15.0.0.go#L4569: return t.lookupValue(uint32(i), s[2])
tables15.0.0.go#L4573: return t.lookupValue(uint32(i), s[3])
tables15.0.0.go#L4597: return t.lookupValue(uint32(i), c1), 2
tables15.0.0.go#L4613: return t.lookupValue(uint32(i), c2), 3
tables15.0.0.go#L4635: return t.lookupValue(uint32(i), c3), 4
tables15.0.0.go#L4650: return t.lookupValue(uint32(i), s[1])
tables15.0.0.go#L4654: return t.lookupValue(uint32(i), s[2])
tables15.0.0.go#L4658: return t.lookupValue(uint32(i), s[3])
tables15.0.0.go#L4671: func (t *nfkcTrie) lookupValue(n uint32, b byte) uint16 {
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |